Notes in Computational Geometry Voronoi Diagrams
نویسندگان
چکیده
If the points in S are uniformly distributed, a reasonable approach would be to use a grid-based structure. Thus, with a √ n× √ n grid, we have, on an average, 1 point per square, hence, a constant query time complexity on expectation. This is similar to the grid-based method used for the closest pair problem. For a general distribution of points, in 1 dimension, an effective approach would be to just sort all the points and performa binary search to answer a query. Here, the query time is O(log n). The space complexity would be O(n) and preprocessing time O(n log n). Moving to 2 dimensions, we start with a case where there are only two points in S. The division of the plane in to the regions of influence of each point is obtained by the perpendicular bisector of the line joining the two points. Thus, once we have the division of the plane in to the two regions of influence, we can determine which region a point lies in by answering a point location query, as was discussed in the previous topic. We can easily extend this idea to 3 points by constructing the perpendicular bisectors of each pair of points. We notice that the 3 bisectors intersect at a single point (since, the 3 points form a triangle) which is the circum-centre of the 3 points. These two cases are depicted in Fig. 1.
منابع مشابه
Voronoi Diagrams for a Moderate-Sized Point-Set in a Simple Polygon
Given a set of sites in a simple polygon, a geodesic Voronoi diagram partitions the polygon into regions based on distances to sites under the geodesic metric. We present algorithms for computing the geodesic nearest-point, higher-order and farthest-point Voronoi diagrams of m point sites in a simple n-gon, which improve the best known ones form ≤ n/polylogn. Moreover, the algorithms for the ne...
متن کاملOn the Relations Between SINR Diagrams and Voronoi Diagrams
In this review, we illustrate the relations between wireless communication and computational geometry. As a concrete example, we consider a fundamental geometric object from each field: SINR diagrams and Voronoi diagrams. We discuss the relations between these representations, which appear in several distinct settings of wireless communication, as well as some algorithmic applications.
متن کاملPoint Location in Time, Voronoi Diagrams in Time, and Other Transdichotomous Results in Computational Geometry
Given points in the plane with integer coordinates bounded by , we show that the Voronoi diagram can
متن کاملVoronoi Diagrams for Convex Polygon-Offset Distance Functions
In this paper we develop the concept of a convex polygon-offset distance function. Using offset as a notion of distance, we show how to compute the corresponding nearestand furthest-site Voronoi diagrams of point sites in the plane. We provide nearoptimal deterministic O(n(log n + log m) + m)-time algorithms, where n is the number of points and m is the complexity of the underlying polygon, for...
متن کاملBregman Voronoi Diagrams: Properties, Algorithms and Applications
The Voronoi diagram of a finite set of objects is a fundamental geometric structure that subdivides the embedding space into regions, each region consisting of the points that are closer to a given object than to the others. We may define many variants of Voronoi diagrams depending on the class of objects, the distance functions and the embedding space. In this paper, we investigate a framework...
متن کاملVoronoi Diagrams and Delaunay Triangulations
The Voronoi diagram of a set of sites partitions space into regions one per site the region for a site s consists of all points closer to s than to any other site The dual of the Voronoi diagram the Delaunay triangulation is the unique triangulation so that the circumsphere of every triangle contains no sites in its interior Voronoi diagrams and Delaunay triangulations have been rediscovered or...
متن کاملذخیره در منابع من
با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید
عنوان ژورنال:
دوره شماره
صفحات -
تاریخ انتشار 2006